// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Bad Omens','Tulsa Theater','Tulsa, OK','Tuesday','4/30/2024','8:00 PM','6016916','Bad-Omens-4-30-2024'],['Patton Oswalt','Tulsa Theater','Tulsa, OK','Thursday','5/2/2024','8:00 PM','6319523','Patton-Oswalt-5-2-2024'],['Fern Brady','Belasco Theater - LA','Los Angeles, CA','Saturday','5/11/2024','9:45 PM','6245275','Fern-Brady-5-11-2024'],['Brit Floyd','Tulsa Theater','Tulsa, OK','Saturday','6/1/2024','8:00 PM','6244602','Brit-Floyd-6-1-2024'],['Tedeschi Trucks Band','Tulsa Theater','Tulsa, OK','Friday','6/14/2024','8:00 PM','6296282','Tedeschi-Trucks-Band-6-14-2024'],['Chevelle','Tulsa Theater','Tulsa, OK','Wednesday','7/24/2024','7:30 PM','6384351','Chevelle-7-24-2024'],['Donny Osmond','Tulsa Theater','Tulsa, OK','Saturday','8/3/2024','8:00 PM','6306492','Donny-Osmond-8-3-2024'],['Ice Nine Kills, Avatar & TX2','Tulsa Theater','Tulsa, OK','Tuesday','8/13/2024','8:00 PM','6384626','Ice-Nine-Kills--Avatar---TX2-8-13-2024'],['The Phil Collins Experience - Tribute','Tulsa Theater','Tulsa, OK','Friday','9/20/2024','8:00 PM','6256238','The-Phil-Collins-Experience---Tribute-9-20-2024'],['The Wallflowers','Tulsa Theater','Tulsa, OK','Sunday','9/22/2024','8:00 PM','6361327','The-Wallflowers-9-22-2024'],['Barenaked Ladies','Tulsa Theater','Tulsa, OK','Tuesday','9/24/2024','7:30 PM','6331588','Barenaked-Ladies-9-24-2024'],['Judah and The Lion','Tulsa Theater','Tulsa, OK','Friday','10/4/2024','7:30 PM','6399723','Judah-and-The-Lion-10-4-2024'],['Bill Maher','Tulsa Theater','Tulsa, OK','Sunday','10/13/2024','8:00 PM','6308495','Bill-Maher-10-13-2024'],['Beth Hart','Tulsa Theater','Tulsa, OK','Saturday','5/12/2074','7:30 PM','5665802','Beth-Hart-5-12-2074']],'Brady Theater','http://www.ticketnetwork.com/ticket/Brady-Theater-events.aspx');